if MyPlanetHeader^.PFlags and FLAG_CIV_MASK=ActPlayerFlag then
with MyPlanetHeader^ do begin
PFlags:=0; Ethno:=0;
Population:=0;
XProjectCosts:=0; XProjectPayed:=0;
ProjectID:=0;
if ProjectPtr<>NIL then begin
ProjectPtr^[7]:=0;
ProjectPtr^[26]:=0;
ProjectPtr^[27]:=0;
end;
end;
if MyPlanetHeader^.FirstShip.NextShip<>NIL then begin
MyShipPtr:=MyPlanetHeader^.FirstShip.NextShip;
repeat
if MyShipPtr^.Owner=ActPlayerFlag then MyShipPtr^.Owner:=0;
MyShipPtr:=MyShipPtr^.NextShip;
until MyShipPtr=NIL;
end;
end;
if SystemHeader[i].FirstShip.NextShip<>NIL then begin
MyShipPtr:=SystemHeader[i].FirstShip.NextShip;
repeat
if MyShipPtr^.Owner=ActPlayerFlag then MyShipPtr^.Owner:=0;
if MyShipPtr^.SType=SHIPTYPE_FLEET then begin
ActShipPtr:=MyShipPtr^.TargetShip;
repeat
if ActShipPtr^.Owner=ActPlayerFlag then ActShipPtr^.Owner:=0;
ActShipPtr:=ActShipPtr^.NextShip;
until ActShipPtr=NIL;
end;
MyShipPtr:=MyShipPtr^.NextShip;
until MyShipPtr=NIL;
end;
end;
end;
procedure INITVARS;
var i,j :integer;
begin
s:='Hey CRACKER! Do you want to kill the AMIGA? Then you should continue with fucking off the rest of available AMIGA-Software and demoralizing the rest of AMIGA-Coders!';
s:='But how about doing more CONSTRUCTIVE things? You could program your OWN GAME! Or are you too stupid???';
s:='Yes, you need some BRAIN, IDEAS, KNOWHOW and CLEVERNESS for such a project! And I dont´t know if you have it if you do only such lame things!';